go/ast.directiveScanner.take (method)

4 uses

	go/ast (current package)
		directive.go#L82: 	tool := buf.take(colon)
		directive.go#L134: 			arg, _ = strconv.Unquote(args.take(len(q)))
		directive.go#L162: func (s *directiveScanner) take(n int) string {
		directive.go#L173: 	return s.take(i)